object Reports: TReports Left = 272 Top = 52 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'User reports' ClientHeight = 372 ClientWidth = 466 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 2 Top = 10 Width = 463 Height = 319 Style = bsRaised end object Button1: TButton Left = 182 Top = 342 Width = 93 Height = 25 Caption = 'Preview' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 277 Top = 342 Width = 93 Height = 25 Caption = 'Print' TabOrder = 4 OnClick = Button2Click end object GroupBox1: TGroupBox Left = 248 Top = 26 Width = 193 Height = 175 Caption = 'Users' TabOrder = 0 object RadioButton1: TRadioButton Left = 10 Top = 125 Width = 118 Height = 17 HelpContext = 283 Caption = 'Single user:' TabOrder = 2 end object RadioButton2: TRadioButton Left = 10 Top = 72 Width = 118 Height = 17 HelpContext = 282 Caption = 'Class:' TabOrder = 1 end object RadioButton3: TRadioButton Left = 10 Top = 25 Width = 173 Height = 17 HelpContext = 280 Caption = 'All users' Checked = True TabOrder = 0 TabStop = True end object RadioButton4: TRadioButton Left = 10 Top = 48 Width = 173 Height = 17 HelpContext = 281 Caption = 'All students' TabOrder = 3 end object ComboBox2: TComboBox Left = 28 Top = 90 Width = 149 Height = 24 HelpContext = 282 Style = csDropDownList ItemHeight = 16 TabOrder = 4 OnChange = DBLookupComboBox2Click end object ComboBox3: TComboBox Left = 28 Top = 141 Width = 149 Height = 24 HelpContext = 283 Style = csDropDownList ItemHeight = 16 TabOrder = 5 OnChange = DBLookupComboBox1Click end end object GroupBox2: TGroupBox Left = 16 Top = 26 Width = 213 Height = 287 HelpContext = 285 Caption = 'Exercises' TabOrder = 2 object Bevel2: TBevel Left = 0 Top = 43 Width = 425 Height = 2 end object CheckBox1: TCheckBox Left = 12 Top = 56 Width = 174 Height = 17 HelpContext = 285 Caption = 'Chord Identification' TabOrder = 1 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 12 Top = 79 Width = 174 Height = 17 HelpContext = 285 Caption = 'Chord Inversions' TabOrder = 2 OnClick = CheckBox1Click end object CheckBox3: TCheckBox Left = 12 Top = 169 Width = 174 Height = 17 HelpContext = 285 Caption = 'Scale Identification' TabOrder = 5 OnClick = CheckBox1Click end object CheckBox4: TCheckBox Left = 12 Top = 124 Width = 174 Height = 17 HelpContext = 285 Caption = 'Interval Identification' TabOrder = 3 OnClick = CheckBox1Click end object CheckBox5: TCheckBox Left = 12 Top = 147 Width = 174 Height = 17 HelpContext = 285 Caption = 'Interval Comparison' TabOrder = 4 OnClick = CheckBox1Click end object CheckBox6: TCheckBox Left = 12 Top = 192 Width = 174 Height = 17 HelpContext = 285 Caption = 'Melody Dictate' TabOrder = 6 OnClick = CheckBox1Click end object CheckBox7: TCheckBox Left = 12 Top = 215 Width = 174 Height = 17 HelpContext = 285 Caption = 'Rhythm Imitation' TabOrder = 7 OnClick = CheckBox1Click end object CheckBox8: TCheckBox Left = 12 Top = 237 Width = 174 Height = 17 HelpContext = 285 Caption = 'Rhythm Reading' TabOrder = 8 OnClick = CheckBox1Click end object CheckBox9: TCheckBox Left = 12 Top = 260 Width = 174 Height = 17 HelpContext = 285 Caption = 'Rhythm Correction' TabOrder = 9 OnClick = CheckBox1Click end object CheckBox10: TCheckBox Left = 12 Top = 21 Width = 170 Height = 17 HelpContext = 285 AllowGrayed = True Caption = 'All' TabOrder = 0 OnClick = CheckBox10Click end object CheckBox11: TCheckBox Left = 12 Top = 101 Width = 174 Height = 17 HelpContext = 285 Caption = 'CheckBox11' TabOrder = 10 OnClick = CheckBox1Click end end object GroupBox3: TGroupBox Left = 248 Top = 223 Width = 193 Height = 90 Caption = 'Results' TabOrder = 1 object Label1: TLabel Left = 12 Top = 27 Width = 103 Height = 16 Caption = 'Results from past' end object Label2: TLabel Left = 82 Top = 55 Width = 38 Height = 16 Caption = 'day(s)' end object ComboBox1: TComboBox Left = 14 Top = 51 Width = 55 Height = 24 HelpContext = 284 DropDownCount = 6 ItemHeight = 16 Items.Strings = ( '1' '3' '5' '7' '14' '21') TabOrder = 0 Text = '7' end end object Button3: TButton Left = 372 Top = 342 Width = 93 Height = 25 Caption = 'Close' ModalResult = 2 TabOrder = 5 end object QuickRep2: TQuickRep Left = 4 Top = 384 Width = 476 Height = 674 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AfterPrint = QuickRep1AfterPrint AfterPreview = QuickRep1AfterPrint Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = 'Arial' Font.Style = [] Functions.Strings = ( 'PAGENUMBER' 'COLUMNNUMBER' 'REPORTTITLE' 'QRSTRINGSBAND1' 'QRSTRINGSBAND2') Functions.DATA = ( '0' '0' #39#39 #39#39 #39#39) OnPreview = QuickRep1Preview Options = [FirstPageHeader, LastPageFooter] Page.Columns = 1 Page.Orientation = poPortrait Page.PaperSize = Default Page.Values = ( 100.000000000000000000 2970.000000000000000000 100.000000000000000000 2100.000000000000000000 100.000000000000000000 100.000000000000000000 0.000000000000000000) PrinterSettings.Copies = 1 PrinterSettings.Duplex = False PrinterSettings.FirstPage = 0 PrinterSettings.LastPage = 0 PrinterSettings.OutputBin = First PrintIfEmpty = True SnapToGrid = True Units = MM Zoom = 60 object QRBand2: TQRBand Left = 23 Top = 23 Width = 431 Height = 48 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = True Frame.DrawLeft = False Frame.DrawRight = False Frame.Width = 2 AlignToBottom = False Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 211.666666666666700000 1900.590277777778000000) BandType = rbTitle object QRLabel77: TQRLabel Left = 0 Top = 2 Width = 322 Height = 20 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 88.194444444444440000 0.000000000000000000 8.819444444444444000 1419.930555555556000000) Alignment = taLeftJustify AlignToBand = True AutoSize = False AutoStretch = False Caption = 'EarMaster Report' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 20 end object QRSysData5: TQRSysData Left = 385 Top = 1 Width = 46 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1697.743055555556000000 4.409722222222222000 202.847222222222200000) Alignment = taRightJustify AlignToBand = True AutoSize = False Color = clWhite Data = qrsDate Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False FontSize = 10 end object QRLabel79: TQRLabel Left = 392 Top = 34 Width = 39 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1728.611111111111000000 149.930555555555600000 171.979166666666700000) Alignment = taRightJustify AlignToBand = True AutoSize = True AutoStretch = False Caption = 'QRLabel75' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel80: TQRLabel Left = 0 Top = 30 Width = 91 Height = 12 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 52.916666666666670000 0.000000000000000000 132.291666666666700000 401.284722222222200000) Alignment = taLeftJustify AlignToBand = True AutoSize = True AutoStretch = False Caption = 'Chord Identification' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = False WordWrap = True FontSize = 12 end object QRSysData7: TQRSysData Left = 326 Top = 1 Width = 52 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1439.333333333333000000 3.527777777777778000 229.305555555555600000) Alignment = taRightJustify AlignToBand = False AutoSize = False Color = clWhite Data = qrsTime Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False FontSize = 10 end object UserCount: TQRLabel Left = 394 Top = 23 Width = 37 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1737.430555555556000000 101.423611111111100000 163.159722222222200000) Alignment = taRightJustify AlignToBand = True AutoSize = True AutoStretch = False Caption = 'UserCount' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel2: TQRLabel Left = 396 Top = 12 Width = 35 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1746.250000000000000000 52.916666666666670000 154.340277777777800000) Alignment = taRightJustify AlignToBand = True AutoSize = True AutoStretch = False Caption = 'QRLabel2' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end end object QRSubDetail10: TQRSubDetail Left = 23 Top = 125 Width = 431 Height = 11 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AlignToBottom = False BeforePrint = QRSubDetail1BeforePrint Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 48.506944444444440000 1900.590277777778000000) Master = QRStringsBand1 FooterBand = QRBand6 OnNeedData = QRSubDetail10NeedData PrintBefore = False PrintIfEmpty = True object QRLabel81: TQRLabel Left = 340 Top = 2 Width = 26 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1499.305555555555000000 7.055555555555555000 112.888888888888900000) Alignment = taRightJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'QRLabel4' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel82: TQRLabel Left = 396 Top = 2 Width = 26 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1746.250000000000000000 7.055555555555556000 112.888888888888900000) Alignment = taRightJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'QRLabel5' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object ResultDuration: TQRLabel Left = 280 Top = 1 Width = 39 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1234.722222222222000000 4.409722222222222000 171.979166666666700000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'QRLabel44' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel89: TQRLabel Left = 367 Top = 2 Width = 26 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1619.250000000000000000 7.055555555555556000 112.888888888888900000) Alignment = taLeftJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'QRLabel89' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object ResultLevelname: TQRLabel Left = 109 Top = 2 Width = 163 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222230000 480.659722222222300000 8.819444444444445000 718.784722222222300000) Alignment = taLeftJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'ResultLevelname' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object ResultTime: TQRLabel Left = 59 Top = 2 Width = 40 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 260.173611111111100000 8.819444444444444000 176.388888888888900000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'ResultTime' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object Resultdate: TQRLabel Left = 11 Top = 2 Width = 38 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 48.506944444444440000 8.819444444444444000 167.569444444444400000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'Resultdate' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end end object QRBand4: TQRBand Left = 23 Top = 155 Width = 431 Height = 19 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AlignToBottom = False Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 83.784722222222220000 1900.590277777778000000) BandType = rbPageFooter object QRSysData8: TQRSysData Left = 403 Top = 6 Width = 28 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1777.118055555556000000 26.458333333333330000 123.472222222222200000) Alignment = taRightJustify AlignToBand = True AutoSize = True Color = clWhite Data = qrsPageNumber Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False FontSize = 10 end end object QRBand6: TQRBand Left = 23 Top = 136 Width = 431 Height = 19 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AlignToBottom = False BeforePrint = GroupFooterBand1BeforePrint Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 83.784722222222220000 1900.590277777778000000) BandType = rbGroupFooter object QRShape10: TQRShape Left = 274 Top = 0 Width = 149 Height = 5 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 22.048611111111110000 1208.263888888889000000 0.000000000000000000 657.048611111111100000) Pen.Width = 2 Shape = qrsHorLine end object QRLabel85: TQRLabel Left = 340 Top = 4 Width = 26 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1499.305555555555000000 17.638888888888890000 112.888888888888900000) Alignment = taRightJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'QRLabel6' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel86: TQRLabel Left = 367 Top = 4 Width = 26 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1619.250000000000000000 17.638888888888890000 112.888888888888900000) Alignment = taLeftJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'QRLabel7' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel87: TQRLabel Left = 396 Top = 4 Width = 26 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1746.250000000000000000 17.638888888888890000 112.888888888888900000) Alignment = taRightJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'QRLabel8' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object QRLabel88: TQRLabel Left = 280 Top = 4 Width = 39 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1234.722222222222000000 17.638888888888890000 171.979166666666700000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'QRLabel49' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end end object QRChildBand1: TQRChildBand Left = 23 Top = 96 Width = 431 Height = 10 Frame.Color = clBlack Frame.DrawTop = True Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AlignToBottom = False Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 44.097222222222220000 1900.590277777778000000) ParentBand = QRStringsBand2 object QRLabel147: TQRLabel Left = 11 Top = 0 Width = 14 Height = 9 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 39.687500000000000000 48.506944444444440000 0.000000000000000000 61.736111111111110000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'Date' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 8 end object QRLabel148: TQRLabel Left = 59 Top = 0 Width = 14 Height = 9 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 39.687500000000000000 260.173611111111100000 0.000000000000000000 61.736111111111110000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'Time' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 8 end object QRLabel149: TQRLabel Left = 109 Top = 0 Width = 34 Height = 9 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 39.687500000000000000 480.659722222222200000 0.000000000000000000 149.930555555555600000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'Level name' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 8 end object QRLabel150: TQRLabel Left = 321 Top = 0 Width = 45 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1414.638888888889000000 0.000000000000000000 197.555555555555600000) Alignment = taRightJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'Correct /' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 8 end object QRLabel151: TQRLabel Left = 367 Top = 0 Width = 38 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 42.333333333333330000 1619.250000000000000000 0.000000000000000000 169.333333333333300000) Alignment = taLeftJustify AlignToBand = False AutoSize = False AutoStretch = False Caption = 'Total' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 8 end object QRLabel152: TQRLabel Left = 280 Top = 0 Width = 25 Height = 9 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 39.687500000000000000 1234.722222222222000000 0.000000000000000000 110.243055555555600000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'Duration' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 8 end end object QRStringsBand2: TQRStringsBand Left = 23 Top = 71 Width = 431 Height = 25 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AlignToBottom = False BeforePrint = QRStringsBand2BeforePrint Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 110.243055555555600000 1900.590277777778000000) Master = QuickRep2 PrintBefore = False object Fullname: TQRLabel Left = 0 Top = 12 Width = 43 Height = 12 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 52.916666666666670000 0.000000000000000000 52.916666666666670000 189.618055555555600000) Alignment = taLeftJustify AlignToBand = True AutoSize = True AutoStretch = False Caption = 'Fullname' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True FontSize = 12 end object Classname: TQRLabel Left = 192 Top = 13 Width = 40 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 846.666666666666700000 57.326388888888890000 176.388888888888900000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'Classname' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end object Tutorname: TQRLabel Left = 394 Top = 13 Width = 37 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 1737.430555555556000000 57.326388888888890000 163.159722222222200000) Alignment = taRightJustify AlignToBand = True AutoSize = True AutoStretch = False Caption = 'Tutorname' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end end object QRStringsBand1: TQRStringsBand Left = 23 Top = 106 Width = 431 Height = 19 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False AlignToBottom = False BeforePrint = QRStringsBand1BeforePrint Color = clWhite ForceNewColumn = False ForceNewPage = False Size.Values = ( 83.784722222222220000 1900.590277777778000000) Master = QRStringsBand2 Items.Strings = ( 'Ex1' 'Ex2' 'Ex3' 'Ex4' 'Ex5' 'Ex6' 'Ex7' 'Ex8' 'Ex9' 'Ex10') PrintBefore = False object QRLabel84: TQRLabel Left = 8 Top = 5 Width = 39 Height = 10 Frame.Color = clBlack Frame.DrawTop = False Frame.DrawBottom = False Frame.DrawLeft = False Frame.DrawRight = False Size.Values = ( 44.097222222222220000 35.277777777777780000 22.048611111111110000 171.979166666666700000) Alignment = taLeftJustify AlignToBand = False AutoSize = True AutoStretch = False Caption = 'QRLabel84' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = False WordWrap = True FontSize = 10 end end end object PrintDialog1: TPrintDialog Options = [poPageNums] Left = 480 Top = 172 end end